home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000194_news@newsmaster….columbia.edu _Fri Feb 6 18:59:21 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA09358
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 6 Feb 1998 18:59:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA04108
  7.     for kermit.misc@watsun; Fri, 6 Feb 1998 18:59:21 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!uwm.edu!vixen.cso.uiuc.edu!howland.erols.net!news-peer.sprintlink.net!news-backup-east.sprintlink.net!news-in-east.sprintlink.net!news.sprintlink.net!Sprint!128.143.2.44!hearst.acc.Virginia.EDU!mercury.vcu.edu!gems.vcu.edu!agnew
  9. From: agnew@gems.vcu.edu
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: circular log file
  12. Date: 6 Feb 98 13:11:15 -0400
  13. Organization: Medical College of Virginia
  14. Lines: 24
  15. Distribution: world
  16. Message-ID: <1998Feb6.131115.1@gems.vcu.edu>
  17. References: <886736284.927858692@dejanews.com> <6bfack$6j6$1@apakabar.cc.columbia.edu>
  18. NNTP-Posting-Host: ruby.vcu.edu
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8377
  20.  
  21. In article <6bfack$6j6$1@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  22. > In article <886736284.927858692@dejanews.com>,  <david2020@hotmail.com> wrote:
  23. > : I need to set a maximum file size for my session log so I don't need to
  24. > : delete the log file or run into memory problems.  So, once the log file
  25. > : reaches it's bottom byte, it will go back to the first line of the file
  26. > : and start the new sessions from there.
  27. > : 
  28. > : Is there a way to do this in Kermit?
  29. > : 
  30. > Currently no.
  31. > - Frank
  32.  
  33. actually we used a ibm ps/2 model 30 (with the 8088 processor, yes!!)
  34. to log ascii info from a machine.  the 20 meg hard drive was empty except
  35. for dos and kermit, and this respirator was spitting out metabolic info
  36. every 30 seconds...  kermit kept logging for 3 days..,  about 2.5 days
  37. longer than we expected it to go.
  38.  
  39. could you not between kermit activations renaem the log files so you have
  40. a series of them, or is this one kermit invocation?
  41.  
  42.  
  43. Jim